home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1a15510 Wed Sep 6 02:32:47 1989
- --- PatchLevel.h Wed Sep 6 02:27:59 1989
- ***************
- *** 1,5 ****
- /*
- ! * PathLevel: 4
- *
- * the Patch Level above is to identify the version
- * of the all the files in this directory. given the above
- --- 1,5 ----
- /*
- ! * PathLevel: 7
- *
- * the Patch Level above is to identify the version
- * of the all the files in this directory. given the above
- *** /tmp/,RCSt1a15510 Wed Sep 6 02:33:08 1989
- --- sgtty.h Wed Sep 6 01:15:43 1989
- ***************
- *** 1,23 ****
- - #ifndef _SGTTY_H
- - #define _SGTTY_H
- -
- - /*
- - * $Log: sgtty.h,v $
- - * Revision 1.3 89/08/15 14:26:32 bammi
- - * cleanup
- - *
- - * Revision 1.2 89/03/17 02:13:11 bammi
- - * added and tested simon pooles fs patches. corresponding patches here in include.
- - *
- - * Revision 1.4 89/03/05 00:30:32 bammi
- - * Added patches from Howard Johnson. Third version of Gnukernel.
- - *
- - * Revision 1.3 89/03/04 23:48:14 bammi
- - * added patches from frans. Added frans rs232.Second version of Gnukernel
- - *
- - *
- - */
- -
- /* sanity test */
- #ifdef WANT_HCJ_RS232
- # ifdef WANT_FHM_RS232
- --- 1,3 ----
- ***************
- *** 79,84 ****
- --- 59,65 ----
- /* Field names */
- #define IN_CANON 0001000 /* when off, no special processing on input */
- /* the VEOF is how many inchars to wakeup on*/
- + #define OCRMOD 0000001 /* map lf to cr + lf OUTPUT */
- /* when IN_CANON is OFF, then we will interpret additional bits for special
- * processing
- */
- ***************
- *** 125,130 ****
- --- 106,112 ----
- #define FIONREAD (TC_RS232|36)
- #define TCGETRS (TC_RS232|37)
- #define TCSETDTR (TC_RS232|38) /* |rts|dtr| each 2 bits: 01=off 10=on */
- + #define TCSETBAUD (TC_RS232|39) /* set only baud rate - external */
- #define TCBAUD (TC_RS232|99) /* used by rstty.c internally */
- #endif
-
- ***************
- *** 173,177 ****
- extern int stty();
- #endif
- #endif
- -
- - #endif /* _SGTTY_H */
- --- 155,157 ----
- *** /tmp/,RCSt1a15510 Wed Sep 6 02:33:11 1989
- --- std.h Wed Sep 6 01:15:44 1989
- ***************
- *** 86,91 ****
- --- 86,92 ----
- int access(CONST char *, int);
- unsigned alarm(unsigned);
- void * alloca(unsigned long);
- + int atexit(void (*)(void));
- double atof(CONST char *);
- int atoi(CONST char *);
- long atol(CONST char *);
- ***************
- *** 103,108 ****
- --- 104,110 ----
- int callm3(int, int, int, CONST char *);
- void * calloc(unsigned, unsigned);
- int callx(int, int);
- + void cfree(void *, unsigned, unsigned);
- int chdir(CONST char *);
- int chmod(CONST char *, int);
- int chown(CONST char *, int, int);
- ***************
- *** 144,153 ****
- --- 146,157 ----
- char * getenv(CONST char *);
- short geteuid(void);
- char getgid(void);
- + int gethostname( char *, int);
- char * getlogin(void);
- int getopt(int, char **, char *);
- char * getpass(CONST char *);
- int getpid(void);
- + int getppid(void);
- char * gets(char *);
- short getuid(void);
- char * getwd(char *);
- ***************
- *** 217,223 ****
- void perror(CONST char *);
- int pipe(int *);
- #ifdef __SRC__
- ! int printf(CONST char *, long);
- #else
- int printf(CONST char *, ...);
- #endif
- --- 221,227 ----
- void perror(CONST char *);
- int pipe(int *);
- #ifdef __SRC__
- ! int printf(CONST char *, int);
- #else
- int printf(CONST char *, ...);
- #endif
- ***************
- *** 233,238 ****
- --- 237,243 ----
- #endif
- long ptrace(int, int, long, long);
- int puts(CONST char *);
- + int putenv(char *);
-
- void qsort(void *, unsigned long, unsigned long,
- int(*)(CONST void *, CONST void *));
- ***************
- *** 245,268 ****
-
- void * sbrk(int);
- #ifdef __SRC__
- ! int scanf(CONST char *, unsigned long);
- #else
- int scanf(CONST char *, ...);
- #endif
- int setgid(int);
- int setgrent(void);
- void setkey(CONST char *);
- int setpwent(void);
- int setuid(int);
- unsigned sleep(unsigned);
- #ifdef __SRC__
- ! char * sprintf(char *, CONST char *, long);
- #else
- char * sprintf(char *, CONST char *, ...);
- #endif
- void srand(long);
- #ifdef __SRC__
- ! int sscanf(CONST char *, CONST char *, unsigned long);
- #else
- int sscanf(CONST char *, CONST char *, ...);
- #endif
- --- 250,274 ----
-
- void * sbrk(int);
- #ifdef __SRC__
- ! int scanf(CONST char *, int);
- #else
- int scanf(CONST char *, ...);
- #endif
- int setgid(int);
- int setgrent(void);
- + int sethostname( char *, int );
- void setkey(CONST char *);
- int setpwent(void);
- int setuid(int);
- unsigned sleep(unsigned);
- #ifdef __SRC__
- ! char * sprintf(char *, CONST char *, int);
- #else
- char * sprintf(char *, CONST char *, ...);
- #endif
- void srand(long);
- #ifdef __SRC__
- ! int sscanf(CONST char *, CONST char *, int);
- #else
- int sscanf(CONST char *, CONST char *, ...);
- #endif
- ***************
- *** 304,309 ****
- --- 310,317 ----
- char * tgetstr(CONST char *, char **);
- char * tgoto(CONST char *, int, int);
- long time(long *);
- + char * tmpname(char *);
- + char * tempnam(char *, char *);
- int tolower(int);
- int toupper(int);
- int tputs(CONST char *, int, int(*)());
- *** /tmp/,RCSt1a15510 Wed Sep 6 02:33:23 1989
- --- varargs.h Wed Sep 6 01:15:46 1989
- ***************
- *** 10,16 ****
- #define va_start(p) (p) = (va_list) &va_alist;
- #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1]
- #define va_end(p)
- ! #else
- #else
-
- /* These macros implement traditional (non-ANSI) varargs
- --- 10,16 ----
- #define va_start(p) (p) = (va_list) &va_alist;
- #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1]
- #define va_end(p)
- !
- #else
-
- /* These macros implement traditional (non-ANSI) varargs
-